.footer {
  margin-top: 250px;
  background-color: #8aa899;
}

.footer__row {
  display: flex;
  padding: 338px 0 282px;
  justify-content: space-between;
  align-items: end;
}

.footer__trademark {
  position: relative;
}

.footer__img {
  position: absolute;
  top: -245px;
}

.footer__subtitle {
  font-size: 23.5px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3a3c40;
  max-width: 455px;
}

.footer__info {
  display: flex;
  width: 690px;
  justify-content: space-between;
}

.footer__title {
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3a3c40;
}

.footer__links {
  margin-top: 37px;
  transition: .3s ease-in-out;
}

.footer__link {
  font-size: 25px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #3a3c40;
}

@media (max-width:992px) {
  .footer__link {
    font-size: 18px;
  }

  .footer__info {
    margin-left: 50px;
  }
}

@media (max-width:767px) {
  .footer__subtitle {
    text-align: center;
    margin-top: 50px;
  }

  .footer__info,
  .footer__row {
    flex-direction: column;
    align-items: center;
  }

  .footer__info,
  .footer__title {
    margin-top: 25px;
  }

  .footer__title {
    text-align: center;
    font-size: 48px;
  }

  .footer__links {
    margin-top: 15px;
    max-height: 0;
    overflow: hidden;
  }

  .footer__link {
    text-align: center;
    font-size: 32px;
  }

  .footer__info {
    margin: 0;
  }

  .footer {
    margin-top: 75px;
  }

  .footer__img {
    position: relative;
    height: 198px;
    width: 251px;
    margin: 0 auto;
    top: 0;
  }

  .footer__img img {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .footer__row {
    padding: 100px 0 282px;
  }
}